cody - HTMLify profile

cody
4270 Files
632090 Views
Latest files of /cody/vishal-dcode/Github Profile
// Set the URL for the GitHub API
const API_URL = 'http://api.github.com/users/';
// Get references to HTML elements
const form = document.getElementById('form');
const search = document.getElementById('search');
const main = document.getElementById('main');
const API_URL = 'http://api.github.com/users/';
// Get references to HTML elements
const form = document.getElementById('form');
const search = document.getElementById('search');
const main = document.getElementById('main');
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins";